<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.xiuzhan-float{position: fixed; left: 50%; bottom: 10%; margin-left: -645px; z-index: 999;}
.xiuzhan-float &gt; ul &gt; li{position: relative;}
.xiuzhan-float &gt; ul &gt; li &gt; a{display: block; width: 50px; height: 50px; background-color: #333; border-bottom: 1px solid #000; float: none; margin: 0; padding: 0; background-image: none;}
.xiuzhan-float &gt; ul &gt; li &gt; ul{position: absolute; left: 50px; bottom: 0; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; display: none;}
.xiuzhan-float &gt; ul &gt; li &gt; ul li a{display: block; height: 30px; line-height: 30px; width: 120px; padding: 0 10px; background-color: #333; color: #fff; text-align: center;}
.xiuzhan-float &gt; ul &gt; li:hover &gt; ul{display: block;}
.xiuzhan-float .bdsharebuttonbox a{background-image: url(../images/ico-share.png); background-position: center center; background-repeat: no-repeat;}
.xiuzhan-float .bdsharebuttonbox a:hover{opacity: 1;}
.xiuzhan-float &gt; ul &gt; li:hover &gt; a,
.xiuzhan-float &gt; ul &gt; li &gt; ul li:hover &gt; a{background-color: #666; border-bottom: 1px solid #666;}
</pre></body></html>